home *** CD-ROM | disk | FTP | other *** search
- #A
- ;_________CIO equates file__________
- ;
- ;-->cio labels:
- ICCMD EQU $0342 ;command byte
- ICCOM EQU $0342 ;cover both bases
- ICSTA EQU $0343 ;status
- ICBAL EQU $0344 ;LSB for buffer
- ICBAH EQU $0345 ;MSB " "
- ICBLL EQU $0348 ;buffer length LSB
- ICBLH EQU $0349 ; " " MSB
- ICAX1 EQU $034A ;auxillary byte one
- ICAX2 EQU $034B ; " " two
- CIOV EQU $E456 ;The big vector!
- ;
- ;-->iocb numbers:
- iocb0 EQU $00
- iocb1 EQU $10
- iocb2 EQU $20
- iocb3 EQU $30
- iocb4 EQU $40
- iocb5 EQU $50
- iocb6 EQU $60
- iocb7 EQU $70
- ;
- ;-->cio commands:
- open EQU $03
- getrec EQU $05
- getch EQU $07
- putrec EQU $09
- putch EQU $0B
- close EQU $0C
- status EQU $0
- ;
- ;-->fms commands
- rename EQU $20
- delete EQU $21
- protect EQU $23
- unprotect EQU $24
- point EQU $25
- note EQU $26
- format EQU $FE
- ;
- ;-->S: display commands
- draw EQU $11
- fill EQU $12
- ;
- ;-->aux commands
- read EQU 4
- conread EQU 5
- readdir EQU 6
- write EQU 8
- append EQU 9
- update EQU 12
- conrw EQU 13
- ;
- ;This is not an 'Omni-File'...Only the
- ;more commonly used CIO things are
- ;included. You may add to it without
- ;any problems.
- #
-